fix(ci): ignore superseded GitHub Actions runs - #1152
Open
Archkon wants to merge 1 commit into
Open
Conversation
Author
|
ping @Renegade334 @aduh95 @avivkeller |
Member
|
Can you add a test? |
Archkon
force-pushed
the
patch
branch
2 times, most recently
from
August 10, 2026 04:19
99a586c to
e1d5ae6
Compare
A commit can have multiple check suites for the same workflow and event when a branch is force-pushed away from and then back to the same SHA. Select the suite with the highest workflow run number and request only the latest check runs to avoid reporting superseded CI failures. Signed-off-by: Archkon <180910180+Archkon@users.noreply.github.com>
Author
|
Done,@avivkeller Please review this again |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1152 +/- ##
==========================================
+ Coverage 57.17% 57.25% +0.07%
==========================================
Files 53 53
Lines 10394 10413 +19
==========================================
+ Hits 5943 5962 +19
Misses 4451 4451 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
A commit can have multiple check suites for the same workflow and event when a branch is force-pushed away from and then back to the same SHA.
Select the suite with the highest workflow run number and request only the latest check runs to avoid reporting superseded CI failures.
Fixes: #1151